On this pageRotateFPointUnit: DXFConvDescriptionCall RotateFPoint to rotate the 3D point specified by P. All coordinates of the pointe rotates on the Angle angle.NoteThe Angle parameter must be in degrees.Syntaxfunction RotateFPoint(const P: TFPoint; Angle: Extended): TFPoint;